textarea,input {
	font-family : verdana;
	font-size : 12px;
}

button{
	font-family : verdana;
	font-size : 9px;
	font-weight : bold;
}

select{
	font-family : Verdana;
	font-size : 12px;
}

.rowheader  {
	font-family : Verdana; 
	font-size : 12px; 
	color : #ffffff; 
	font-weight : bold; 
	padding : 2px; 
	vertical-align : bottom;
	background : url('http://adpoint.radioio.com/images/rowheader.gif'); 
	height : 25px;
}

.hider {
	display : none;
}

.showingtab {
	display : block;
}

.hiddentab {
	display : none;
}

.commenting {
	display : block;
	list-style-type: none;
	
}
.commenting ul{
	list-style-type: none;
}
.reveal {
	text-decoration : underline; 
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.gap {
	clear: both;
	height: 6px;
	line-height: 0.0;
	font-size: 0;
}
.crack{
	float : left;
	width : 3px;
}
/* START clearFix */
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	min-height:1px;
}
* html .clearFix {
	height:1px;
}
* html>body .clearFix {
	height:auto;
	display:inline-block;
}
/* END clearFix */

.thumbnail {
	float:left;
	clear:left;
	padding:0px 3px;
}
div.tabArea {
  font-size: 110%;
  font-weight: bold;
}

a.tab {
  background-color : #f0f0f0;
  padding : 2px 1em 2px 1em;
  text-decoration : none;
}

a.tab, a.tab:visited {
  color : #000000;
}

a.tab:hover {
  background-color : #d0d0d0;
  color : #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color : #c0c0c0;
  color : #000000;
}


#comment_console{
	
	color : #000000;
	width : 450px;
	height : 282px;
	position : absolute;
	display : none;
	background-image : url('/common/global_images/commentbox_450x282.gif');

}
.slideholder {
	position : absolute;
	top : 0px;
	left : 0px;
	filter : alpha(opacity=10);
	opacity : 0.0;
	-moz-opacity : 0.0;
	padding : 4px 4px 0px 4px;
}
.rollNav{
	float : left;
	cursor : pointer;
}
.podcast_button{
	float : left;
	border-width : 1px;
	border-style : solid;
	padding : 1px;
	cursor : pointer;
	font-size : 9px;
	font-weight : bold;
}
#platPopupHolder{
	background-color:#000000;
	color:#FFFFFF;
	height:auto;
	width:auto;
	border-width:1px;
	border-color:#FFF;
	border-style:solid;
	display:none;
	position:absolute;
	z-index:20000;
	top:0px;
	left:0px;
	padding:5px;
}

.embed_code textarea,input{
	font-size : 10px;
	font-family : verdana;
}
.inheritor{
	color : inherited;
	font-size : inherited;
}
.vidEmbedLink {
	border:1px solid #ABABAB;
	background-color:#DEDEDE;
	color:#fff;
	padding:1px;
	font-size:10px;
	width:87%;
	margin:0 2%;
}
.vidEmbedLink a{
	color : #000000;
}
.vidEmbedLink a:link{
	color : #000000;
}
.vidEmbedLink a:visited{
	color : #000000;
}
.codehint{
	background-color : #FFFFFF;
	color : #333333;
	padding : 1px 3px;
	border : 1px solid #333333;
	font-size: 9px;
	display : none;
	position : absolute;
	top: 0px;
	left : 0px;
}
/* Gallery editing elements */	

.editThumbContainerOdd{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width: 97%;
	background-color: #ededed;
}
.editThumbContainerEven{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width:97%;
	background-color: #dedede;
}

.editThumbContainer a{
	color : #00CC00;
}
.midSitter{
	float:left;
	height:32px;
	width : 16px;
	padding:16px 0px 0px 0px;
}
.singleButton{
	clear : both;
	height:16px;
	width : 16px;		
}
.thumbControl{
	top : 0px;
	left: 0px;
	width : 50px;
	display : block;
	text-align:center;
	float : left;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.thumbMovers{
	height : 100%;
	padding : 10px 0px 0px 0px;
	vertical-align : middle;
	float:left;
}

/*ugc versions of gallery edit*/
#galleryEditHeader{
	margin: 1px;
	background-color : #666666;
	font-weight:bold;
}

#galleryEditHeader a{
	color : #ffff00;
}
.UGCeditThumbContainer{
	float:left;
	padding:2px;
	width:100px; 
	height:116px;
	overflow:hidden;
	text-align:center;
}

.UGCthumbControl{
	display : block;
	text-align:center;
	position:absolute;
	top:25px;
	left:25px;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.UGCthumbMovers{
	position:relative;
}
/*end of ugc versions*/

#plfmLBOver {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.plfmLBOverMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.plfmLBOver {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #plfmLBOver { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.toolbarRow {
	padding: 3px 7px;
}
.smallselect{
	font-family : tahoma;
	font-size : 10px;
}
/* UGC defaults */
.ugc_profile_divs {
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-color : #FFFFFF;
	height : auto;
	overflow : visible;
	border-color : #196FA5;
	border-style : solid;
	padding : 2px 4px 6px 4px;
	border-width : 1px 1px 1px 1px;
	margin : 2px 2px 2px 2px;
}
.ugc_profile_divs a{
	text-decoration : none;
}
.ugc_profile_divs a:hover{
}
.ugc_profile_divs a:visited{
}
.ugc_menu_items {
	color : #FFFFFF;
	font-family : verdana;
	font-weight : bold;
	font-size : 14px;
	text-align : center;
	background-color : #CCCCCC;
	overflow : visible;
	border-color : #003366;
	border-style : solid;
	padding : 2px 5px 2px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 4px 2px 4px;
}
.ugc_menu_items a{
	color : #FFFFFF;
	text-decoration : none;
}
.ugc_menu_items a:hover{
	color : #000066;
}
.ugc_menu_items a:visited{
	color : #FFFFFF;
}

body {
	margin : 0;
	padding : 0;
	text-align : center;
	color : #000000;
	font-family : verdana;
	font-size : 12px;
	background-color : #FFFFFF;
	background-image : url('/template_images/default_csn_main_blue_background.jpg');
	background-repeat : repeat-x;
	background-position : top;
	background-attachment : scroll;
}

h1{
	color : #313f80;
	font-size : 16px;
}

a.link{
	color : #666666;
	text-decoration : none;
}

a.hover{
	color : #ec193f;
	text-decoration : none;
}

a.visited{
	color : #666666;
	text-decoration : none;
}

li{
	list-style : none;
	margin-left : 0px;
}

.sidebar09 {
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #f5f5f5;
	width : 275px;
	overflow : visible;
	border-color : #d2d4da;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
}
.sidebar09 a{
	text-decoration : none;
}
.sidebar09 a:hover{
	color : #000000;
}
.sidebar09 a:visited{
	color : #990000;
}
.sidebar09 h1{
	font-size : 16px;
	font-weight : normal;
	font-family : verdana;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#flyers_2{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_2 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_2 a:link{
	text-decoration : none;
}
#flyers_2 a:visited{
	text-decoration : none;
}
#flyers_2 a:hover{
	text-decoration : none;
}
#flyers_5{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#flyers_5 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_5 a:link{
	text-decoration : none;
}
#flyers_5 a:visited{
	text-decoration : none;
}
#flyers_5 a:hover{
	text-decoration : none;
}
#flyers_6{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	background-color : #FFFFFF;
	padding : 35px 20px 0px 20px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_6_background.jpg');
}
#flyers_6 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_6 a:link{
	text-decoration : none;
}
#flyers_6 a:visited{
	text-decoration : none;
}
#flyers_6 a:hover{
	text-decoration : none;
}
#flyers_7{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	padding : 0px 0px 20px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_7 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_7 a:link{
	text-decoration : none;
}
#flyers_7 a:visited{
	text-decoration : none;
}
#flyers_7 a:hover{
	text-decoration : none;
}
#flyers_9{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_9 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_9 a:link{
	text-decoration : none;
}
#flyers_9 a:visited{
	text-decoration : none;
}
#flyers_9 a:hover{
	text-decoration : none;
}
#flyers_10{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 102px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_10 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_10 a:link{
	text-decoration : none;
}
#flyers_10 a:visited{
	text-decoration : none;
}
#flyers_10 a:hover{
	text-decoration : none;
}
#flyers_11{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 35px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_11_background.jpg');
}
#flyers_11 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_11 a:link{
	text-decoration : none;
}
#flyers_11 a:visited{
	text-decoration : none;
}
#flyers_11 a:hover{
	text-decoration : none;
}
#flyers_19{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	padding : 0px 0px 10px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_19 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_19 a:link{
	text-decoration : none;
}
#flyers_19 a:visited{
	text-decoration : none;
}
#flyers_19 a:hover{
	text-decoration : none;
}
#flyers_20{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : 294px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_20_background.gif');
	background-color : #FFFFFF;
	padding : 20px 0px 0px 0px;
	font-size : 11px;
}
#flyers_20 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_20 a:link{
	text-decoration : none;
	color : #ec193f;
}
#flyers_20 a:visited{
	text-decoration : none;
	color : #ec193f;
}
#flyers_20 a:hover{
	text-decoration : none;
	color : #333333;
}
#flyers_21{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px;
}
#flyers_21 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_21 a:link{
	text-decoration : none;
}
#flyers_21 a:visited{
	text-decoration : none;
}
#flyers_21 a:hover{
	text-decoration : none;
}
#flyers_25{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : auto;
	padding : 0px 6px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_25 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_25 a:link{
	text-decoration : none;
}
#flyers_25 a:visited{
	text-decoration : none;
}
#flyers_25 a:hover{
	text-decoration : none;
}
#flyers_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_26 a:link{
	text-decoration : none;
}
#flyers_26 a:visited{
	text-decoration : none;
}
#flyers_26 a:hover{
	text-decoration : none;
}
#flyers_30{
	float : left;
	position : relative;
	z-index : 1;
	width : 651px;
	height : auto;
	padding : 0px 0px 10px 0px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : solid;
	background-color : #FFFFFF;
	border-color : #9d9d9d;
	border-width : 1px;
	font-size : 12px;
}
#flyers_30 h1{
	font-weight : bold;
	font-family : tahoma;
	font-size : 18px;
}
#flyers_30 a:link{
	text-decoration : none;
	color : #ec193f;
}
#flyers_30 a:visited{
	text-decoration : none;
	color : #ec193f;
}
#flyers_30 a:hover{
	text-decoration : none;
}
#flyers_31{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : 113px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_31_background.jpg');
	background-color : #FFFFFF;
	padding : 20px 0px 0px 0px;
}
#flyers_31 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_31 a:link{
	text-decoration : none;
}
#flyers_31 a:visited{
	text-decoration : none;
}
#flyers_31 a:hover{
	text-decoration : none;
}
#flyers_42{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : 184px;
	background-color : #ededed;
	border-color : #9c9c9c;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_42_background.jpg');
	padding : 28px 0px 10px 0px;
	font-size : 11px;
}
#flyers_42 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_42 a:link{
	text-decoration : none;
	color : #333333;
}
#flyers_42 a:visited{
	text-decoration : none;
	color : #333333;
}
#flyers_42 a:hover{
	text-decoration : none;
	color : ##ec193f;
}
#flyers_43{
	float : left;
	position : relative;
	z-index : 1;
	width : 295px;
	height : 22px;
	padding : 10px 5px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_43 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_43 a:link{
	text-decoration : none;
}
#flyers_43 a:visited{
	text-decoration : none;
}
#flyers_43 a:hover{
	text-decoration : none;
}
#flyers_44{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 5px 0px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_44 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_44 a:link{
	text-decoration : none;
}
#flyers_44 a:visited{
	text-decoration : none;
}
#flyers_44 a:hover{
	text-decoration : none;
}
#flyers_59{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : auto;
	padding : 0px 6px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_59 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_59 a:link{
	text-decoration : none;
}
#flyers_59 a:visited{
	text-decoration : none;
}
#flyers_59 a:hover{
	text-decoration : none;
}
#flyers_60{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_60 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_60 a:link{
	text-decoration : none;
}
#flyers_60 a:visited{
	text-decoration : none;
}
#flyers_60 a:hover{
	text-decoration : none;
}
#flyers_64 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#flyers_65{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 5px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_65 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_65 a:link{
	text-decoration : none;
}
#flyers_65 a:visited{
	text-decoration : none;
}
#flyers_65 a:hover{
	text-decoration : none;
}
#flyers_66 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#flyers_69 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 653px;
	 height : 16px;
}
#flyers_70 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 653px;
	 height : 16px;
}
#flyers_71 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 653px;
	 height : 16px;
}
#flyers_74{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 85px;
	padding : 10px 136px 15px 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_74 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_74 a:link{
	text-decoration : none;
}
#flyers_74 a:visited{
	text-decoration : none;
}
#flyers_74 a:hover{
	text-decoration : none;
}
#flyers_75 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#flyers_76 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#flyers_79{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_79 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_79 a:link{
	text-decoration : none;
}
#flyers_79 a:visited{
	text-decoration : none;
}
#flyers_79 a:hover{
	text-decoration : none;
}
#flyers_80{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 17px 10px 10px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_80 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_80 a:link{
	text-decoration : none;
}
#flyers_80 a:visited{
	text-decoration : none;
}
#flyers_80 a:hover{
	text-decoration : none;
}
#flyers_117{
	float : left;
	position : relative;
	z-index : 1;
	width : 651px;
	height : 366px;
	padding : 0px 0px 10px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#flyers_117 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_117 a:link{
	text-decoration : none;
}
#flyers_117 a:visited{
	text-decoration : none;
}
#flyers_117 a:hover{
	text-decoration : none;
}
#flyers_118{
	float : left;
	position : relative;
	z-index : 1;
	width : 631px;
	height : auto;
	padding : 0px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_118 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_118 a:link{
	text-decoration : none;
}
#flyers_118 a:visited{
	text-decoration : none;
}
#flyers_118 a:hover{
	text-decoration : none;
}
#flyers_123{
	float : left;
	position : relative;
	z-index : 1;
	width : 619px;
	height : auto;
	background-color : #f5f5f5;
	border-color : #878787;
	padding : 5px;
	border-width : 1px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
}
#flyers_123 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_123 a:link{
	text-decoration : none;
}
#flyers_123 a:visited{
	text-decoration : none;
}
#flyers_123 a:hover{
	text-decoration : none;
}
#flyers_124{
	float : left;
	position : relative;
	z-index : 1;
	width : 631px;
	height : auto;
	padding : 10px 0px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_124 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_124 a:link{
	text-decoration : none;
}
#flyers_124 a:visited{
	text-decoration : none;
}
#flyers_124 a:hover{
	text-decoration : none;
}
#flyers_127{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	padding : 30px 9px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-image : url('http://csnphilly.com/template_images/flyers_09_flyers_09_127_background.gif');
	background-repeat : no-repeat;
	background-position : top left;
}
#flyers_127 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_127 a:link{
	text-decoration : none;
}
#flyers_127 a:visited{
	text-decoration : none;
}
#flyers_127 a:hover{
	text-decoration : none;
}
#flyers_128{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	padding : 30px 0px 0px 9px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/flyers_09_flyers_09_128_background.gif');
}
#flyers_128 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_128 a:link{
	text-decoration : none;
}
#flyers_128 a:visited{
	text-decoration : none;
}
#flyers_128 a:hover{
	text-decoration : none;
}
#flyers_135{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	padding : 0px 0px 5px 0px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_135 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_135 a:link{
	text-decoration : none;
	color : #666666;
}
#flyers_135 a:visited{
	text-decoration : none;
	color : #666666;
}
#flyers_135 a:hover{
	text-decoration : none;
	color : #000000;
}
#flyers_136{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 80px;
	font-family : arial;
	font-weight : bold;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px 0px 0px;
	background-repeat : no-repeat;
	background-position : bottom right;
	background-image : url('http://csnphilly.com/template_images/flyers_flyers_136_background.gif');
}
#flyers_136 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_136 a:link{
	text-decoration : none;
	color : #000000;
}
#flyers_136 a:visited{
	text-decoration : none;
	color : #000000;
}
#flyers_136 a:hover{
	text-decoration : none;
	color : #999999;
}
#flyers_143{
	float : left;
	position : relative;
	z-index : 1;
	width : 312px;
	height : auto;
	padding : 0px 3px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_143 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_143 a:link{
	text-decoration : none;
}
#flyers_143 a:visited{
	text-decoration : none;
}
#flyers_143 a:hover{
	text-decoration : none;
}
#flyers_144{
	float : left;
	position : relative;
	z-index : 1;
	width : 302px;
	height : auto;
	padding : 0px 0px 0px 13px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_144 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_144 a:link{
	text-decoration : none;
}
#flyers_144 a:visited{
	text-decoration : none;
}
#flyers_144 a:hover{
	text-decoration : none;
}
#flyers_148{
	float : left;
	position : relative;
	z-index : 1;
	width : 291px;
	height : auto;
	border-color : #9c9c9c;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	padding : 30px 10px 10px 10px;
	font-size : 11px;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://csnphilly.com/template_images/eagles_09_eagles_09_148_background.gif');
}
#flyers_148 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_148 a:link{
	text-decoration : none;
}
#flyers_148 a:visited{
	text-decoration : none;
}
#flyers_148 a:hover{
	text-decoration : none;
}
#flyers_149{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_149 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_149 a:link{
	text-decoration : none;
}
#flyers_149 a:visited{
	text-decoration : none;
}
#flyers_149 a:hover{
	text-decoration : none;
}
#flyers_158{
	float : left;
	position : relative;
	z-index : 1;
	width : 280px;
	height : 262px;
	background-color : #000000;
	border-color : #9c9c9c;
	border-width : 1px;
	font-family : tahoma;
	font-weight : bold;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : solid;
	padding : 131px 10px 10px 10px;
	font-size : 11px;
	color : #FFFFFF;
	background-image : url('http://www.csnphilly.com/template_images/flyers_flyers_158_background.jpg');
}
#flyers_158 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_158 a:link{
	text-decoration : none;
}
#flyers_158 a:visited{
	text-decoration : none;
}
#flyers_158 a:hover{
	text-decoration : none;
}
#flyers_159{
	float : left;
	position : relative;
	z-index : 1;
	width : 302px;
	height : 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_159 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_159 a:link{
	text-decoration : none;
}
#flyers_159 a:visited{
	text-decoration : none;
}
#flyers_159 a:hover{
	text-decoration : none;
}
#flyers_160 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 302px;
	 height : 16px;
}
#flyers_173{
	float : left;
	position : relative;
	z-index : 1;
	width : 290px;
	height : auto;
	padding : 30px 10px 10px 10px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	border-color : #9c9c9c;
	border-width : 1px;
	font-size : 11px;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://csnphilly.com/template_images/phillies_09_phillies_09_173_background.gif');
}
#flyers_173 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_173 a:link{
	text-decoration : none;
}
#flyers_173 a:visited{
	text-decoration : none;
}
#flyers_173 a:hover{
	text-decoration : none;
}
#flyers_232{
	float : left;
	position : relative;
	z-index : 1;
	width : 291px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_232 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_232 a:link{
	text-decoration : none;
}
#flyers_232 a:visited{
	text-decoration : none;
}
#flyers_232 a:hover{
	text-decoration : none;
}
#flyers_233{
	float : left;
	position : relative;
	z-index : 1;
	width : 291px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#flyers_233 h1{
	font-weight : normal;
	font-family : verdana;
}
#flyers_233 a:link{
	text-decoration : none;
}
#flyers_233 a:visited{
	text-decoration : none;
}
#flyers_233 a:hover{
	text-decoration : none;
}

/* CSS Document */

#menz969{
	background-color:transparent;
}
#menz969 a{
	color : #FFFFFF;
/* 	width : ~mwidth; */
/* 	background-color : ~mbackground; */
	font-size : 12px;
	text-decoration : none;
	padding : 0px 12px 0px 10px;
	border-style : none;
/* 	border-color : ~mborderColor; */
	border-width : 0px 0px 0px 0px;
	text-align : center;
	font-weight : bold;
}
#menz969 a:hover{
/* 	background-color : ~mhover; */
	color : #FFFFFF;
}
body #menz969 .menzactive, body #menz969 .menzactive:hover{
/* 	background-color : ~mhover; */
	text-decoration : none;
}
#menz969 .menzparent{
/* 	background-image : ~img_mbgi; */


}
#menz969 div{
	width : null;
/* 	background-color : ~mhover; */
	padding : 5px 20px 5px 4px;
	border-style : none;
	border-width : 1px 1px 1px 1px;
	border-color : #3e3e3e;
	margin-top : -1px;
	font-size : 11px;
	text-align : left;
	font-style : normal;
}
#menz969 div a:hover{
	text-decoration : none;
	background-color : #333333;
	color : #CCCCCC;
}
body #menz969 div .menzactive, body #menz969 div .menzactive:hover{
	background-color : #000000;
}
#menz969 div .menzparent{
	background-image : url(images/arrow_right.gif);
}
#menz969 div a{
	width : null;
	background-color : #000000;
	padding : 5px 20px 5px 4px;
	border-width : 1px 1px 1px 1px;
	color : #FFFFFF;
	border-style : none;
	border-color : #3e3e3e;
/* 	font-weight : ~smfontWeight; */
	font-size : 11px;
	text-align : left;
}

.menzclear {
	display:block;
	clear:left;
	font-size:1px;
	height:0px;
	width:0px;
	line-height:0px;
}
.menz_possing {
	position:relative;
}
.menz_possing a {
	float:left;
	display:block;
	white-space:nowrap;
}
.menz_possing div a {
	float:none;
}
.menz_possing div {
	visibility:hidden;
	position:absolute;
}

/*~~vertswap~~*/
#menz969 a{
/* 	background-image : ~img_mbgi; */
/* 	background-repeat : ~mbg_repeat; */
}
#menz969 div a{
/* 	background-image : ~img_smbgi; */
/* 	background-repeat : ~smbg_repeat; */
}
#menz969 a:hover{
/* 	background-image : ~img_mhi; */
/* 	background-repeat : ~mh_repeat; */
}
#menz969 div a:hover{
/* 	background-image : ~img_smhi; */
/* 	background-repeat : ~smh_repeat; */
}
#menz969 a{
	font-style : normal;
}
#rowset_tab_sixers_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_sixers_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_spec1_49_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_49_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_spec1_49_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_spec1_49_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_49_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_spec1_49_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_spec1_207_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_207_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_spec1_207_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_spec1_207_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_207_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_spec1_207_rowset .evenrow a:visited{
 color : #ffffff;
}

#rowset_main_207_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_207_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_207_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_207_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_207_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_207_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_348_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_348_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_348_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_348_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_348_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_348_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_359_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_359_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_359_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_359_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_359_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_359_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_main_524_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #919090;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_524_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_524_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_524_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #919090;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_524_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_524_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_main_105_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_400_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_400_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_400_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_400_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_400_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_400_rowset .evenrow a:visited{
 color : #ffffff;
}

#rowset_main_105_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_391_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_391_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_391_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_391_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_391_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_391_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_418_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_418_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_418_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_418_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_418_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_418_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_487_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_487_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_487_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_487_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_487_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_487_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_477_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_477_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_477_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_477_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_477_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_477_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_473_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_473_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_473_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_473_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_473_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_473_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_450_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_450_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_450_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_450_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_450_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_450_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_446_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_446_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_446_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_446_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_446_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_446_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_439_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_439_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_439_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_439_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_439_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_439_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_435_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_435_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_435_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_435_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_435_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_435_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainbreaking_529_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainbreaking_529_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_444_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_444_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_441_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_441_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_455_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_455_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_458_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_458_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainworldseries_524_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainworldseries_524_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_288_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_288_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_289_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_289_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_main_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_main_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_main_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_main_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_inner_09_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_inner_09_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_inner_09_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_inner_09_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_inner_09_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_inner_09_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_generic_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_generic_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_generic_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_generic_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_generic_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_generic_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_116_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_116_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_118_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_118_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_landing_116_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_116_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_landing_116_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_landing_116_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_116_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_landing_116_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_landing_118_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_118_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_landing_118_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_landing_118_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_118_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_landing_118_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_landing_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_landing_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_landing_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_landing_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_eagles_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_eagles_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_eagles_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_eagles_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_eagles_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_eagles_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_eagles_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_eagles_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_phillies_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_phillies_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_flyers_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_flyers_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_flyers_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_flyers_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_flyers_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_flyers_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_flyers_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_flyers_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_flyers_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_flyers_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_sixers_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_sixers_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_sixers_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_sixers_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_sixers_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_sixers_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_sixers_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_sixers_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_sixers_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_sixers_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_stats_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_stats_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_stats_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_stats_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_main_137_rowset .oddrow{
 height : 115px;
	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
	font-family : arial;
	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_137_rowset .oddrow a:link{
 color : #666666;
}
#rowset_main_137_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_main_137_rowset .evenrow{
 height : 115px;
 	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
 	font-family : arial;
 	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_137_rowset .evenrow a:link{
 color : #666666;
}
#rowset_main_137_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_main_138_rowset .oddrow{
 height : 115px;
	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
	font-family : arial;
	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_138_rowset .oddrow a:link{
 color : #666666;
}
#rowset_main_138_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_main_138_rowset .evenrow{
 height : auto;
 	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
 	font-family : arial;
 	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_138_rowset .evenrow a:link{
 color : #666666;
}
#rowset_main_138_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_stats_118_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_118_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_stats_118_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_stats_118_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_118_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_stats_118_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_stats_195_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_195_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_stats_195_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_stats_195_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_195_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_stats_195_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .evenrow a:visited{
 color : #666666;
}
.shsMiniCopyrightText{
	display : none;
}

.shsPTZone,
.shsCTZone,
.shsCSTZone,
.shsMTZone,
.shsGMTZone,
.shsMiniCopyright{
 	display : none;
}

.shsTable td, .shsTable th {
	font-size: 11px;
	color : #333333;
}
.shsNamD, .shsNamD a { font-size : 9px; }

.shsLogo {display: inline}
.shsMoreNews {display: none}
.shsSSX {display: none}
.shsUSEnglish {display: none}

#shsNavTable { width: 100%; margin: 10px auto; }
#shsNavTable td, #shsNavTable th { color: #000000; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; text-align: center; vertical-align: middle; padding: 1px }

#shsNavTable th { background-color: #999999; color: #ffffff; font-size: 16px }
.shsHomeLink { visibility: collapse; display: none }

#shsBody { font-family: Arial,Helvetica,sans-serif; font-size: 11px; vertical-align: top }
#shsBody h2 { font-size: 14px; text-align: center; }

#shsTimestamp { font-size: 11px; padding: 0px 5px; text-align: left }
.shsTableLegend { font-size: 11px; padding: 0px 5px; text-align: left; font-style: italic }
#shsInset .shsTableLegend {text-align: center; padding-bottom: 3px}

.shsCopyrightText {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 11px; padding-top: 10px; vertical-align: middle; text-align: left}

.shsTable { width: 100%; margin: auto; }
.shsHeadTable { width: 100%; margin: auto; }
.shsGriddedTable { width: 100%; margin: auto; background: #cccccc }

.shsTable td, .shsTable th { font-size: 11px; vertical-align: middle }
.shsHeadTable td, .shsHeadTable th { font-size: 12px; vertical-align: middle }

.shsTableTtlRow { background-color: #D20023; color: #ffffff; }
.shsTableTtlRow td, .shsTableTtlRow th { font-size: 11px; font-weight: bold; text-align: center; color: #EEEEEE; }

.shsTableTtlRow td a, .shsTableTtlRow th a {color: #ffffff; text-decoration: none }
.shsTableTtlRow td a:link, .shsTableTtlRow th a:link,
.shsTableTtlRow td a:visited, .shsTableTtlRow th a:visited,
.shsTableTtlRow td a:hover, .shsTableTtlRow th a:hover,
.shsTableTtlRow td a, .shsTableTtlRow th a
	{ text-decoration: underline }
.shsTableSubttlRow { background-color: #cccccc; color: #000000; }
.shsTableSubttlRow td, .shsTableSubttlRow th { font-size: 11px; font-weight: bold; text-align: center }
.shsTableSubttlRow td a:hover, .shsTableSubttlRow th a:hover { text-decoration: underline }
.shsColTtlRow { background-color: #eeeeee; color: #000000; }
.shsColTtlRow td, .shsColTtlRow th { font-weight: bold; text-align: center }

.shsTableBowlttlRow td { background-color: #000000; color: #ffffff; }
.shsTableBowlttlRow td, .shsTableBowlttlRow th { font-size: 11px; font-weight: bold; text-align: center }
.shsTableBowlttlRow td a, .shsTableBowlttlRow th a {color: #ffffff; text-decoration: none }
.shsTableBowlttlRow td a:hover, .shsTableBowlttlRow th a:hover { text-decoration: underline }

.shsRow0Row { background-color: #ffffff; text-align: left; }
.shsRow1Row { background-color: #ffffff; text-align: left; }
.shsSpacerRow { }

.shsNamD { text-align: left }
.shsTotD { text-align: center }
.shsNumD { text-align: right }

.shsColTtlRow td.shsTotD { text-align: center }
.shsColTtlRow td.shsNumD { text-align: right }

.warning { color: #ff0000 }

#shsBody select, #shsBody td select, #shsBody input, #shsBody td input { font-size: 11px }

table.shsLinescore {  }
table.shsLinescore td { padding: 0px }
table.shsLinescore td table { width: 100%; background-color: #ffffff; }
table.shsLinescore table td { padding-left: 2px; padding-right: 2px }

#shsRefreshControl { font-size: 11px; padding-left: 10px }
#shsWeekNav { font-size: 11px; padding-left: 10px }
.shsLiveNav { width: 100%; font-size: 11px; text-align: center; margin: auto;  }
.shsPageNav { font-size: 12px }

#shsScoreboard .shsLeaderCat, #shsPreview .shsLeaderCat, #shsRecap .shsLeaderCat, #shsCBKScoreboard .shsLeaderCat,
#shsScoreboard .shsLeader, #shsPreview .shsLeader, #shsRecap .shsLeader, #shsCBKScoreboard .shsLeader
	{ font-size: 11px; padding-left: 10px }
#shsScoreboard .shsLeaderTtl, #shsPreview .shsLeaderTtl, #shsRecap .shsLeaderTtl
	{ font-weight: bold; font-size: 12px; padding-top: 5px }

.shsStatCategory { padding: 10px 0px; clear: both }
.shsStatCatForTeam { width: 48%; display: inline; float: left; padding: 0px 5px }
#shsScoringSummary { width: 48%; display: inline; float: left; padding: 0px 5px }
#shsTeamStats { width: 48%; display: inline; float: left; padding: 0px 5px }
.shsGameDetails { width: 100%; text-align: left; clear:both; font-size: 12px; padding: 10px 5px }

.shsGameWinner, .shsGameWinner td { font-weight: bold }

#shsLeaders .shsLeaderRow td { font-size: 11px }
#shsLeaders .shsLeaderRow td.shsLeaderConf { font-size: 11px }
#shsLeaders .shsLeaderRow select { font-size: 11px }
#shsLeaders .shsMoreLeaders { text-align: center }
#shsLeaders .shsMoreLeaders form { margin-top:0px; margin-bottom:0px; }

/* New 02/08/2006 */
#shsBody .shsStoryLabel { font-weight: bold }
#shsBody .shsHeadline { font-weight: bold; font-size: 14px }
#shsFront .shsHeadline { font-size: 26px }
#shsBody #shsBodyLeadin { font-weight: bold }
#shsBody #shsByline   { margin-top: 0em; margin-bottom: 0em; display: inline }
#shsBody #shsByTitle { font-style: italic; margin-top: 0em; margin-bottom: 0em; display: inline }
#shsRecap .shsNotes { font-style: italic }
#shsBody #shsStoryDate { text-align: right; font-style: italic }
/* New 02/08/2006 */

#shsBody #shsInset { float: right; width: 300px; display: inline; text-align: center }
#shsBody #shsInset table.shsLinescore
	{ width: auto; margin: auto }
#shsBody #shsInset .shsBulletList,
#shsBody #shsInset .shsHeadlineList,
#shsAPStory .shsHeadlineList
	{ text-align: left; background-color: #eeeeee;  margin: 10px 0px; padding: 0px 8px }
#shsBody #shsInset .shsBulletList h2, #shsInset .shsHeadlineList h2 { display: none }
#shsBody #shsInset .shsBulletList ol, #shsBody .shsHeadlineList ul { padding-left: 0px; margin-left: 10px }
#shsBody #shsInset .shsBulletList li, #shsBody .shsHeadlineList li { list-style: disc outside; padding-left: 0px; margin-left: 0px }
/*#shsFront .shsHeadlineList { width: 280px; text-align: left; background: #eeeeee url(http://hosted.stats.com/config/headlines_header.gif) no-repeat left top; border: 2px solid #005B94; padding: 21px 8px 0px 8px }*/
#shsFront td, #shsFront th { font-size: 12px }
#shsBody #shsInset .shsBulletList { width: 285px; background: #eeeeee url(http://hosted.stats.com/config/according_to_stats.gif) no-repeat center top; padding-top: 35px; }

#shsFront .shsHeadlineList { width: 280px; text-align: left; background: #eeeeee; border: 2px solid #005B94; padding: 0px 0px 0px 0px }
#shsFront .shsHeadlineList li { margin: 0px 8px 0px 8px }
#shsFront .shsHeadlineList h2 { display: block; margin: 0px; width: 280px; text-align: center; background-color: #005B94; color: #ffffff}

.shsStoryPhoto { margin: 5px; float: right; display: inline; width: 300px; text-align: center; clear: right }
.shsStoryPhoto .shsPhotoCaption { margin: 2px 20px; text-align: center }
.shsPhoto {  }
.shsPhotoCaption { font-size: 11px; font-style: italic }
.shsFrontPhoto { margin: 5px; float: right; display: inline; width: 256px; text-align: center; clear: right }

.shsCalMonth { background-color: #999999; color: #ffffff; }
.shsCalMonth td, .shsTableTtlRow th { text-align: center; font-size: 14px; font-weight: bold; width: 120px }
.shsCalMonthPrev { width: 18px }
.shsCalMonthNext { width: 18px }
.shsCalMonthName { background-color: #999999; color: #ffffff; }
.shsCalDays{ background-color: #eeeeee; color: #000000; }
.shsCalDays td, .shsCalDays th { text-align: center; font-size: 11px }
.shsCalDate { background-color: #ffffff; }
.shsCalDate td, .shsCalDate td a:link, .shsCalDate td a:visited, .shsCalDate td a:hover, .shsCalDate td a
{ text-align: center; font-size: 11px; text-decoration: none }

.shsGlossaryTerm { font-weight: bold }
.shsGlossaryDefinition { }

#shsBody #shsOdds .shsTable .shsHeadTable { width: auto }
 
.shsWeekNav td {font-size: 12px;}
.shsWeekNav table {width: 100%; text-align: center;}

.shsWeekNav-on {font-weight: bold;}
.shsWeekNav-on a { color: #000000; text-decoration: none;}

#shsFront .shsHeadline { font-size: 26px }
#shsFront .shsSmallHeadline { font-size: 18px; font-weight: bold; }
#shsFront .shsHLSpacer { height: 1px; background-color: #efefef }
#shsFront .shsSmallHL {vertical-align: top; font-size: 30px}
#shsFront .shsSmallHLInfo {vertical-align: middle; font-size: 12px}
#shsFront .shsHLPhoto, #shsTeamPages .shsHLPhoto {float: left; margin-right: 5px}
#shsFront .shsCollapseIcon { text-decoration: none; color: #000000}
#shsFront .shsCollapse { text-decoration: none; color: #000000}

#shsMoreNews .shsHeadline { font-size: 14px }
#shsMoreNews .shsSmallHeadline { font-size: 18px; font-weight: bold; }
#shsMoreNews .shsHLSpacer { height: 1px; background-color: #efefef }
#shsMoreNews .shsSmallHL {vertical-align: top; font-size: 30px}
#shsMoreNews .shsSmallHLInfo {vertical-align: middle; font-size: 12px}
#shsMoreNews .shsHLPhoto {float: left; margin-right: 5px}
#shsMoreNews .shsCollapseIcon { text-decoration: none; color: #000000}
#shsMoreNews .shsCollapse { text-decoration: none; color: #000000}
#shsMoreNews #shsPageNav {text-align: center;}
#shsRecentStories #shsPageNav td {font-size: 10pt}

#shsDraftRefresh {text-align: center; margin: auto;}
#shsDraftNews {background-color: #efefef;  width: 400px; margin: auto;text-align: center; margin-top: 8px}
#shsDraftNews h4 {text-align: center}
#shsDraftNews li {text-align: left;}

#shsMastheadScoreboard { padding: 10px 0px; text-align: center }
#shsMastheadScoreboard .shsTable { width: 550px }
#shsMastheadScoreboard table { width: 100%; text-align: center }
#shsMastheadScoreboard tr.shsTableTtlRow td { border: 0px; font-size: 11px; padding: 2px 6px }
#shsMastheadScoreboard td { padding: 2px; vertical-align: middle; text-align: left }
#shsMastheadScoreboard td.shsTotD { text-align: center }
#shsMastheadScoreboard td.shsNumD { text-align: right }
#shsMastheadScoreboard .shsMastheadScore { border: 2px solid #cccccc; width: 30px; padding: 5px; font-weight: bold; font-size: 20px; text-align: center; vertical-align: middle }
#shsMastheadScoreboard .shsTimeoutCount { font-weight: bold; font-size: 11px; text-align: center}
#shsMastheadScoreboard .shsLiveNav { padding: 2px }
#shsAwayMastheadLogo { text-align: right }
#shsAwayMastheadLogo img { float: right }
#shsHomeMastheadLogo { text-align: left }
#shsHomeMastheadLogo img { float: left }

.shsCTZone {display: none}
.shsMTZone {display: none}
.shsPTZone {display: none}
.shsGMTZone {display: none}
.shsCSTZone {display: none}

.shsPlayerName td {font-size: 20px; font-weight: bold}
.shsTeamName td {font-size: 16px; font-weight: bold}

.shsPlayerPageNav strong {
   padding: 2px 5px 0px 5px;
   margin: 0px 0px 0px 10px;
   color: #000000
}

.shsPlayerPageNav a {
   padding: 2px 5px 0px 5px;
   margin: 0px 0px 0px 10px;
   background-color: #cfcfcf;
}

.shsTopPlayerNews {padding-bottom: 10px}
.shsTopPlayerNews .shsMoreNewsItem {display: none}
.shsTopPlayerNews .shsNewsItem {display: none}
.shsMoreNewsItem td {/*border-top: 1px solid black*/}
.shsNewsItem td {border-top: 1px solid black}
.shsSorted {background-color: #CCCCCC}

.shsOfficialBox {width: 100%; font-style: italic; text-align: center; font-weight: bold; display: none}

.shsMiniRowSpacer {line-height: 0px}
.shsScoreboardSpacerCol {width: 1%}
.shsScoreboardCol {width: 49%; vertical-align: top}

/* NEW 7/14/2008 */
#shsFront #shsInteractivesList { width: 280px; text-align: left; background: #eeeeee; border: 2px solid #005B94; padding: 0px 0px 0px 0px }
#shsFront #shsInteractivesList h2 { display: block; margin: 0px; width: 280px; text-align: center; background-color: #005B94; color: #ffffff}
#shsFront #shsInteractivesList div a { margin: 8px 8px 0px 8px; vertical-align: middle; display: block; height: 32px; line-height: 32px; }
#shsFront #shsInteractivesList div img { float: left; margin-right: 5px }
/* END NEW 7/14/2008 */

.shsIFBLgName {display: none}

.shsInjDate {width: 12%}
.shsInjName {width: 28%}
.shsInjStatus {width: 60%}

#shsMultisportScoreboard { width: 100%; }
#shsMultisportScoreboard { font-family: Arial,Helvetica,sans-serif; font-size: 11px; vertical-align: top }

/* No borders on table! */
#shsMultisportScoreboard .shsTable {border-collaspe: collapse; border-spacing: 0 }

#shsMultisportScoreboard .shsTable td, #shsMultisportScoreboard .shsTable th { font-size: 11px }
#shsMultisportScoreboard .shsTableTtlRow td, #shsMultisportScoreboard .shsTableTtlRow th { font-size: 11px }
#shsMultisportScoreboard .shsTableSubttlRow td, #shsMultisportScoreboard .shsTableSubttlRow td { font-size: 11px }
#shsMultisportScoreboard .shsTableBowlttlRow td, #shsMultisportScoreboard .shsTableBowlttlRow td { font-size: 11px; }

#shsMultisportScoreboard .teamRank { font-variant: small-caps; display: inline }
#shsMultisportScoreboard .teamName { font-weight: normal; display: inline }

#shsMultisportScoreboard .shsMiniStatus { text-align: right; padding-right:2px }

#shsMultisportScoreboard .shsMiniSportSpacer { height: 5px }

#shsMultisportScoreboard .Spanish { display: none }

#shsMultisportScoreboard .shsMiniStatus { width: 20%; background-color: #EEE }
#shsMultisportScoreboard .shsMiniTeamScore { width: 10%; background-color: #EEE ; font-weight:bold }
#shsMultisportScoreboard .shsMiniTeamName { width: 70%; background-color: #EEE }

#shsMultisportScoreboard .shsTableTtlRow {display: none}


/*USE PADDINGS TO MAKE THE SEPARATORS WIDER
#shsMultisportScoreboard tr.shsMiniRowSpacer td { height: 3px; background-color: #cccccc }
#shsMultisportScoreboard td.shsMiniColSpacer { padding: 2px; background-color: #cccccc }
*/

#shsMultisportScoreboard tr.shsMiniRowSpacer td { height: 1px; background-color: #cccccc }
#shsMultisportScoreboard td.shsMiniColSpacer { width: 1px; background-color: #cccccc }

table.shsLinescore .teamRank { font-size: 11px; font-variant: small-caps; display: inline }
table.shsLinescore .teamName { font-weight: bold; display: inline }

.shsCTZone {display: none}
.shsMTZone {display: none}
.shsPTZone {display: none}
.shsBSTZone {display: none}
.shsGMTZone {display: none}
.shsCSTZone {display: none}

#shsWidgets .shsLiveNav,#shsWidgets .shsGameHomeRuns, #shsWidgets .shsGamePitchers, #shsWidgets .shsScoreSpacer
   {background-color: #FFFFFF}

#shsTeamScoreboards td.gamedate { display: none }

/* hyperlinks that were set to a specific color */
table.shsTable.shsLinescore * a, table.shsTable.shsLinescore * a:visited  { color: #990000 }

.shsTableSubttlRow td a, .shsTableSubttlRow th a {color: #990000; text-decoration: none }
#shsNavTable td a:link, #shsNavTable td a:visited, #shsNavTable td a:hover, #shsNavTable td a{ color: #990000; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; text-align: center; vertical-align: middle; padding: 1px }
.shsNamD a { color: #990000 }
.shsTotD a { color: white }
.shsTotD a:hover { color: #FF0000 }
.shsColTtlRow td a, .shsColTtlRow th a { color: #000000; text-decoration: none }
.shsColTtlRow td a:hover, .shsColTtlRow th a:hover { text-decoration: underline }
.shs1stCol a, .shs1stCol a:visited { color: #990000 }

#shsMultisportScoreboard .shsMiniStatus * a, #shsMultisportScoreboard .shsMiniStatus * a:visited  { color: #990000 }

#shsMiniStats .shsTable { border-spacing: 0px !important }

/* This hides logos for the masthead only */
div[id*="masthead"] span.shsLogo { display: none }
div[id*="masthead"] table.shsTable { width: 100%; margin: 0px; }
/* TEAM LOGOS */
/* MLB */
td.shsMLBTeam01 span.team1sm, .shsMLBteam1sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/baltimore_orioles.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam02 span.team2sm, .shsMLBteam2sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/boston_redsox.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam10 span.team10sm, .shsMLBteam10sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/newyork_yankees.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsMLBTeam30 span.team30sm, .shsMLBteam30sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/tampabay_devilrays.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam14 span.team14sm, .shsMLBteam14sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/toronto_bluejays.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam04 span.team4sm, .shsMLBteam4sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/chicago_whitesox.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam05 span.team5sm, .shsMLBteam5sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/cleveland_indians.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam06 span.team6sm, .shsMLBteam6sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/detroit_tigers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam07 span.team7sm, .shsMLBteam7sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/kc_royals.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam09 span.team9sm, .shsMLBteam9sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/minnesota_twins.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam03 span.team3sm, .shsMLBteam3sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/la_angels.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsMLBTeam11 span.team11sm, .shsMLBteam11sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/oakland_athletics.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam12 span.team12sm, .shsMLBteam12sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/seattle_mariners.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam13 span.team13sm, .shsMLBteam13sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/texas_rangers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam15 span.team15sm, .shsMLBteam15sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/atlanta_braves.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam20 span.team20sm, .shsMLBteam20sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/washington_nationals.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam21 span.team21sm, .shsMLBteam21sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/newyork_mets.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam22 span.team22sm, .shsMLBteam22sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/philadelphia_phillies.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam28 span.team28sm, .shsMLBteam28sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/florida_marlins.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsMLBTeam08 span.team8sm, .shsMLBteam8sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/milwaukee_brewers.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsMLBTeam16 span.team16sm, .shsMLBteam16sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/chicago_cubs.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam17 span.team17sm, .shsMLBteam17sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/cincinnati_reds.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam18 span.team18sm, .shsMLBteam18sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/houston_astros.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam23 span.team23sm, .shsMLBteam23sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/pittsburgh_pirates.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam24 span.team24sm, .shsMLBteam24sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/stlouis_cardinals.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam19 span.team19sm, .shsMLBteam19sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/la_dodgers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam25 span.team25sm, .shsMLBteam25sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/sandiego_padres.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam26 span.team26sm, .shsMLBteam26sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/sanfran_giants.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam27 span.team27sm, .shsMLBteam27sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/colorado_rockies.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam29 span.team29sm, .shsMLBteam29sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/arizona_diamondbacks.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam31 span.team31sm, .shsMLBteam31sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/american_league.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsMLBTeam32 span.team32sm, .shsMLBteam32sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/mlb/graphics/national_league.jpg) no-repeat left center; padding-left: 	25px; height: 15px }

/* NFL */
td.shsNFLTeam02 span.team2sm, .shsNFLteam2sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/buffalo_bills.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam15 span.team15sm, .shsNFLteam15sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/miami_dolphins.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam17 span.team17sm, .shsNFLteam17sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/newengland_patriots.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNFLTeam20 span.team20sm, .shsNFLteam20sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/newyork_jets.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam07 span.team7sm, .shsNFLteam7sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/denver_broncos.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam12 span.team12sm, .shsNFLteam12sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/kansascity_chiefs.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam13 span.team13sm, .shsNFLteam13sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/oakland_raiders.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam24 span.team24sm, .shsNFLteam24sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/sandiego_chargers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam04 span.team4sm, .shsNFLteam4sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/cincinnati_bengals.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam05 span.team5sm, .shsNFLteam5sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/cleveland_browns.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam23 span.team23sm, .shsNFLteam23sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/pittsburgh_steelers.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNFLTeam33 span.team33sm, .shsNFLteam33sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/baltimore_ravens.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam10 span.team10sm, .shsNFLteam10sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/tennessee_titans.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam11 span.team11sm, .shsNFLteam11sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/indianapolis_colts.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam30 span.team30sm, .shsNFLteam30sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/jacksonville_jaguars.jpg) no-repeat left center; padding-left:25px; height: 15px }
td.shsNFLTeam34 span.team34sm, .shsNFLteam34sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/houston_texans.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam06 span.team6sm, .shsNFLteam6sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/dallas_cowboys.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam19 span.team19sm, .shsNFLteam19sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/newyork_giants.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam21 span.team21sm, .shsNFLteam21sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/philadelphia_eagles.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNFLTeam28 span.team28sm, .shsNFLteam28sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/washington_redskins.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNFLTeam14 span.team14sm, .shsNFLteam14sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/stlouis_rams.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam22 span.team22sm, .shsNFLteam22sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/arizona_cardinals.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam25 span.team25sm, .shsNFLteam25sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/sanfrancisco_49ers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam26 span.team26sm, .shsNFLteam26sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/seattle_seahawks.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam03 span.team3sm, .shsNFLteam3sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/chicago_bears.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam08 span.team8sm, .shsNFLteam8sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/detroit_lions.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam09 span.team9sm, .shsNFLteam9sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/greenbay_packers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam16 span.team16sm, .shsNFLteam16sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/minnesota_vikings.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam01 span.team1sm, .shsNFLteam1sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/atlanta_falcons.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam18 span.team18sm, .shsNFLteam18sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/neworleans_saints.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNFLTeam27 span.team27sm, .shsNFLteam27sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/tampabay_buccaneers.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNFLTeam29 span.team29sm, .shsNFLteam29sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/fb/graphics/carolina_panthers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }

/* NHL */
td.shsNHLTeam01 span.team1sm, .shsNHLteam1sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/boston_bruins.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam02 span.team2sm, .shsNHLteam2sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/buffalo_sabres.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam10 span.team10sm, .shsNHLteam10sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/montreal_canadiens.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNHLTeam14 span.team14sm, .shsNHLteam14sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/ottawa_senators.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam21 span.team21sm, .shsNHLteam21sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/toronto_mapleleafs.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam11 span.team11sm, .shsNHLteam11sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/newjersey_devils.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam12 span.team12sm, .shsNHLteam12sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/newyork_islanders.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam13 span.team13sm, .shsNHLteam13sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/newyork_rangers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam15 span.team15sm, .shsNHLteam15sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/philadelphia_flyers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam16 span.team16sm, .shsNHLteam16sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/pittsburgh_penguins.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam28 span.team28sm, .shsNHLteam28sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/atlanta_thrashers.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNHLTeam07 span.team7sm, .shsNHLteam7sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/carolina_hurricanes.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam26 span.team26sm, .shsNHLteam26sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/florida_panthers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam20 span.team20sm, .shsNHLteam20sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/tampabay_lightning.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam23 span.team23sm, .shsNHLteam23sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/washington_capitals.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam04 span.team4sm, .shsNHLteam4sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/chicago_blackhawks.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam29 span.team29sm, .shsNHLteam29sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/columbus_bluejackets.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam05 span.team5sm, .shsNHLteam5sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/detroit_redwings.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam27 span.team27sm, .shsNHLteam27sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/nashville_predators.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNHLTeam19 span.team19sm, .shsNHLteam19sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/stlouis_blues.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNHLTeam25 span.team25sm, .shsNHLteam25sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/anaheim_ducks.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam09 span.team9sm, .shsNHLteam9sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/dallas_stars.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam08 span.team8sm, .shsNHLteam8sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/losangeles_kings.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam24 span.team24sm, .shsNHLteam24sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/phoenix_coyotes.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam18 span.team18sm, .shsNHLteam18sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/sanjose_sharks.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam03 span.team3sm, .shsNHLteam3sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/calgary_flames.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam17 span.team17sm, .shsNHLteam17sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/colorado_avalanche.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam06 span.team6sm, .shsNHLteam6sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/edmonton_oilers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam30 span.team30sm, .shsNHLteam30sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/minnesota_wild.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam22 span.team22sm, .shsNHLteam22sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/vancouver_canucks.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam31 span.team31sm, .shsNHLteam31sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/east_easterners.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNHLTeam32 span.team32sm, .shsNHLteam32sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nhl/graphics/west_westerners.jpg) no-repeat left center; padding-left: 	25px; height: 15px }

/* NBA */
td.shsNBATeam02 span.team2sm, .shsNBAteam2sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/boston_celtics.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam17 span.team17sm, .shsNBAteam17sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/newjersey_nets.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam18 span.team18sm, .shsNBAteam18sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/newyork_knicks.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNBATeam20 span.team20sm, .shsNBAteam20sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/philadelphia_76ers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam28 span.team28sm, .shsNBAteam28sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/toronto_raptors.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam04 span.team4sm, .shsNBAteam4sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/chicago_bulls.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam05 span.team5sm, .shsNBAteam5sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/cleveland_cavaliers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam08 span.team8sm, .shsNBAteam8sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/detroit_pistons.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam11 span.team11sm, .shsNBAteam11sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/indiana_pacers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam15 span.team15sm, .shsNBAteam15sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/milwaukee_bucks.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam01 span.team1sm, .shsNBAteam1sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/atlanta_hawks.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNBATeam30 span.team30sm, .shsNBAteam30sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/charlotte_bobcats.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam14 span.team14sm, .shsNBAteam14sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/miami_heat.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam19 span.team19sm, .shsNBAteam19sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/orlando_magic.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam27 span.team27sm, .shsNBAteam27sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/washington_wizards.jpg) no-repeat left center; padding-left:25px; height: 15px }
td.shsNBATeam09 span.team9sm, .shsNBAteam9sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/goldenstate_warriors.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam12 span.team12sm, .shsNBAteam12sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/la_clippers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam13 span.team13sm, .shsNBAteam13sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/la_lakers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam21 span.team21sm, .shsNBAteam21sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/phoenix_suns.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNBATeam23 span.team23sm, .shsNBAteam23sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/sacramento_kings.jpg) no-repeat left center; padding-left: 25px; height: 15px }
td.shsNBATeam06 span.team6sm, .shsNBAteam6sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/dallas_mavericks.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam10 span.team10sm, .shsNBAteam10sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/houston_rockets.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam29 span.team29sm, .shsNBAteam29sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/memphis_grizzlies.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam03 span.team3sm, .shsNBAteam3sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/no_hornets.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam24 span.team24sm, .shsNBAteam24sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/sanantonio_spurs.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam07 span.team7sm, .shsNBAteam7sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/denver_nuggets.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam16 span.team16sm, .shsNBAteam16sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/minnesota_timberwolves.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam22 span.team22sm, .shsNBAteam22sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/portland_trailblazers.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam25 span.team25sm, .shsNBAteam25sm  { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/oklahomacity_thunder.jpg) no-repeat left center; padding-left: 	25px; height: 15px }
td.shsNBATeam26 span.team26sm, .shsNBAteam26sm { display: inline-block; background: url(http://philadelphia.comcastsportsnet.stats.com/nba/graphics/utah_jazz.jpg) no-repeat left center; padding-left: 	25px; height: 15px }

#horizontal_tabs_322_tabbox .tabheader{
	cursor : pointer;
	height : 14px;
	font-size : 9px;
	font-weight : normal;
	text-align : center;
	background-position : top left;
	border-width : 0px 0px 0px 0px;
	padding : 2px 6px 0px 3px;
}
#horizontal_tabs_322_tabbox .tabheader_selected{
	height : 14px;
	font-size : 9px;
	font-weight : normal;
	background-color : #d20023;
	text-align : center;
	color : #FFFFFF;
	background-position : top left;
	border-width : 0px 0px 0px 0px;
	padding : 2px 6px 0px 3px;
}
#horizontal_tabs_322_tabbox .tab_on{
	font-size : 8px;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	background-position : top left;
	border-width : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#horizontal_tabs_322_tabbox .tab_off{
	display : none;
	overflow : hidden;
	font-size : 8px;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	background-position : top left;
	border-width : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#horizontal_tabs_322_tabbox .tab_on a:link{
}
#horizontal_tabs_322_tabbox .tab_on a:visited{
}
#horizontal_tabs_322_tabbox .tab_off a:link{
	text-decoration : none;
}
#horizontal_tabs_322_tabbox .tab_off a:visited{
	text-decoration : none;
}
#horizontal_tabs_379_tabbox .tabheader{
	cursor : pointer;
	height : 14px;
	font-size : 9px;
	font-weight : bold;
	background-color : #890204;
	text-align : left;
	color : #FFFFFF;
	background-position : top left;
	border-width : 0px 0px 0px 0px;
	padding : 3px 6px 0px 6px;
}
#horizontal_tabs_379_tabbox .tabheader_selected{
	height : 14px;
	font-size : 9px;
	font-weight : bold;
	background-color : #FFFFFF;
	text-align : left;
	color : #890204;
	background-position : top left;
	border-width : 0px 0px 0px 0px;
	padding : 3px 6px 0px 6px;
}
#horizontal_tabs_379_tabbox .tab_on{
	border-color : #000000;
	border-style : solid;
	font-size : 8px;
	font-weight : normal;
	text-align : left;
	background-color : #FFFFFF;
	overflow : visible;
	background-position : top left;
	border-width : 1px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#horizontal_tabs_379_tabbox .tab_off{
	display : none;
	overflow : hidden;
	border-color : #000000;
	border-style : solid;
	font-size : 8px;
	font-weight : normal;
	text-align : left;
	background-color : #FFFFFF;
	overflow : visible;
	background-position : top left;
	border-width : 1px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
#horizontal_tabs_379_tabbox .tab_on a:link{
}
#horizontal_tabs_379_tabbox .tab_on a:visited{
}
#horizontal_tabs_379_tabbox .tab_off a:link{
	text-decoration : none;
}
#horizontal_tabs_379_tabbox .tab_off a:visited{
	text-decoration : none;
}
/* CSS Document */
.sidebar09 {
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #f5f5f5;
	width : 275px;
	overflow : visible;
	border-color : #d2d4da;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
}
.sidebar09 a{
	text-decoration : none;
}
.sidebar09 a:hover{
	color : #000000;
}
.sidebar09 a:visited{
	color : #990000;
}
.sidebar09 h1{
	font-size : 16px;
	font-weight : normal;
	font-family : verdana;
~replace~}~~	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odds {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #FFFFFF;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odds a{
	color : #666666;
	text-decoration : none;
}
.rowset_odds a:hover{
	color : #666666;
}
.rowset_odds a:visited{
	color : #666666;
}
.rowset_odds h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_even {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #ededed;
	overflow : visible;
	border-style : none;
	padding : 6px 5px 6px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_even a{
	color : #666666;
	text-decoration : none;
}
.rowset_even a:hover{
	color : #666666;
}
.rowset_even a:visited{
	color : #666666;
}
.rowset_even h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_evens {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_evens a{
	color : #666666;
	text-decoration : none;
}
.rowset_evens a:hover{
	color : #666666;
}
.rowset_evens a:visited{
	color : #666666;
}
.rowset_evens h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_odd {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #ffffff;
	overflow : visible;
	border-style : none;
	padding : 6px 5px 6px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odd a{
	color : #666666;
	text-decoration : none;
}
.rowset_odd a:hover{
	color : #666666;
}
.rowset_odd a:visited{
	color : #666666;
}
.rowset_odd h1{
	font-weight : normal;
	font-family : verdana;
}
.comments {
	color : #000000;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #dadada;
	overflow : visible;
	border-color : #FFFFFF;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 2px 25px 2px 25px;
	margin : 0px 0px 0px 0px;
}
.comments a{
	text-decoration : none;
}
.comments a:hover{
}
.comments a:visited{
}
.comments h1{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	font-family : tahoma;
}
.comments_even {
	color : #000000;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #ededed;
	overflow : visible;
	border-color : #FFFFFF;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 2px 25px 2px 25px;
	margin : 0px 0px 0px 0px;
}
.comments_even a{
	text-decoration : none;
}
.comments_even a:hover{
}
.comments_even a:visited{
}
.comments_even h1{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	font-family : tahoma;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
}
#masthead09_5{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 254px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#masthead09_5 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_5 a:link{
	text-decoration : none;
}
#masthead09_5 a:visited{
	text-decoration : none;
}
#masthead09_5 a:hover{
	text-decoration : none;
}
#masthead09_9{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_10{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 90px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 6px 0px;
}
#masthead09_10 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_10 a:link{
	text-decoration : none;
}
#masthead09_10 a:visited{
	text-decoration : none;
}
#masthead09_10 a:hover{
	text-decoration : none;
}
#masthead09_11{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 35px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_11_background.jpg');
}
#masthead09_11 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_11 a:link{
	text-decoration : none;
}
#masthead09_11 a:visited{
	text-decoration : none;
}
#masthead09_11 a:hover{
	text-decoration : none;
}
#masthead09_79{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#masthead09_79 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_79 a:link{
	text-decoration : none;
}
#masthead09_79 a:visited{
	text-decoration : none;
}
#masthead09_79 a:hover{
	text-decoration : none;
}
#masthead09_80{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 17px 10px 10px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_107{
	float : left;
	position : relative;
	z-index : 1;
	width : 819px;
	height : 27px;
	font-family : tahoma;
	font-weight : bold;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_107 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_107 a:link{
	text-decoration : none;
}
#masthead09_107 a:visited{
	text-decoration : none;
}
#masthead09_107 a:hover{
	text-decoration : none;
}
#masthead09_108{
	float : left;
	position : relative;
	z-index : 1;
	width : 160px;
	height : 21px;
	padding : 7px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_108 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_108 a:link{
	text-decoration : none;
}
#masthead09_108 a:visited{
	text-decoration : none;
}
#masthead09_108 a:hover{
	text-decoration : none;
}
#masthead09_128 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 500px;
	 height : 16px;
}
#masthead09_129 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 500px;
	 height : 16px;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 300px;
}
#right09_flyers_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#right09_flyers_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_flyers_26 a:link{
	text-decoration : none;
}
#right09_flyers_26 a:visited{
	text-decoration : none;
}
#right09_flyers_26 a:hover{
	text-decoration : none;
}
#right09_flyers_42{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : 184px;
	background-color : #ededed;
	border-color : #9c9c9c;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_42_background.jpg');
	padding : 28px 0px 10px 0px;
	font-size : 11px;
}
#right09_flyers_43{
	float : left;
	position : relative;
	z-index : 1;
	width : 295px;
	height : 22px;
	padding : 10px 5px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right09_flyers_44{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 5px 0px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#right09_flyers_114{
	float : left;
	position : relative;
	z-index : 1;
	width : 296px;
	height : auto;
	border-color : #9c9c9c;
	padding : 159px 0px 0px 0px;
	border-width : 1px 1px 0px 1px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-color : #ededed;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/right09_flyers_right09_flyers_114_background.gif');
}
#right09_flyers_114 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_flyers_114 a:link{
	text-decoration : none;
}
#right09_flyers_114 a:visited{
	text-decoration : none;
}
#right09_flyers_114 a:hover{
	text-decoration : none;
}
#right09_flyers_115{
	float : left;
	position : relative;
	z-index : 1;
	width : 296px;
	height : auto;
	color : #000000;
	background-color : #FFFFFF;
	border-color : #9c9c9c;
	padding : 5px 0px;
	border-width : 0px 1px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : solid;
}
#right09_flyers_115 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_flyers_115 a:link{
	text-decoration : none;
}
#right09_flyers_115 a:visited{
	text-decoration : none;
}
#right09_flyers_115 a:hover{
	text-decoration : none;
}
#right09_flyers_116{
	float : left;
	position : relative;
	z-index : 1;
	width : 296px;
	height : auto;
	background-color : #ffffff;
	border-color : #9c9c9c;
	padding : 5px 0px 0px 0px;
	border-width : 0px 1px 1px 1px;
	font-family : tahoma;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : solid;
	color : #000000;
}
#right09_flyers_116 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_flyers_116 a:link{
	text-decoration : none;
}
#right09_flyers_116 a:visited{
	text-decoration : none;
}
#right09_flyers_116 a:hover{
	text-decoration : none;
}
#right09_flyers_118{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : auto;
	background-color : #FFFFFF;
	border-color : #9c9c9c;
	padding : 35px 0px 0px 0px;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : solid;
	background-image : url('http://www.csnphilly.com/template_images/right09_flyers_right09_flyers_118_background.gif');
}
#right09_flyers_118 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_flyers_118 a:link{
	text-decoration : none;
}
#right09_flyers_118 a:visited{
	text-decoration : none;
}
#right09_flyers_118 a:hover{
	text-decoration : none;
}
#right09_flyers_119 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 300px;
	 height : 16px;
}
#right09_flyers_136{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	margin : 10px 0px;
}
#right09_flyers_136 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_flyers_136 a:link{
	text-decoration : none;
}
#right09_flyers_136 a:visited{
	text-decoration : none;
}
#right09_flyers_136 a:hover{
	text-decoration : none;
}
#right09_flyers_185{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : auto;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://www.csnphilly.com/template_images/right09_flyers_right09_flyers_185_background.gif');
	padding : 20px 0px 5px 0px;
	overflow : visible;
	border-style : none;
	color : #000000;
	font-size : 11px;
}
#right09_flyers_185 h1{
	font-weight : normal;
	font-family : verdana;
}
#right09_flyers_185 a:link{
	text-decoration : none;
}
#right09_flyers_185 a:visited{
	text-decoration : none;
}
#right09_flyers_185 a:hover{
	text-decoration : none;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#footer09_2{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	background-color : #FFFFFF;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_2_background.gif');
}
#footer09_2 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_2 a:link{
	text-decoration : none;
}
#footer09_2 a:visited{
	text-decoration : none;
}
#footer09_2 a:hover{
	text-decoration : none;
}
#footer09_7{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 5px 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_7 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_7 a:link{
	text-decoration : none;
}
#footer09_7 a:visited{
	text-decoration : none;
}
#footer09_7 a:hover{
	text-decoration : none;
}
#footer09_8{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px;
}
#footer09_8 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_8 a:link{
	text-decoration : none;
}
#footer09_8 a:visited{
	text-decoration : none;
}
#footer09_8 a:hover{
	text-decoration : none;
}
#footer09_9 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#footer09_14{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 7px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_14_background.gif');
	background-repeat : no-repeat;
	background-position : bottom;
	overflow : visible;
	border-style : none;
}
#footer09_14 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_14 a:link{
	text-decoration : none;
}
#footer09_14 a:visited{
	text-decoration : none;
}
#footer09_14 a:hover{
	text-decoration : none;
}
#footer09_15{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	background-color : #f5f5f5;
	padding : 5px 15px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_15 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_15 a:link{
	text-decoration : none;
}
#footer09_15 a:visited{
	text-decoration : none;
}
#footer09_15 a:hover{
	text-decoration : none;
}
#footer09_16{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	color : #000000;
	padding : 5px 15px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_16 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_16 a:link{
	color : #000000;
	text-decoration : none;
}
#footer09_16 a:visited{
	color : #000000;
	text-decoration : none;
}
#footer09_16 a:hover{
	color : #878787;
	text-decoration : none;
}
#footer09_22{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	border-color : #878787;
	padding : 0px 0px 10px 0px;
	border-width : 0px 0px 1px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
}
#footer09_22 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_22 a:link{
	text-decoration : none;
}
#footer09_22 a:visited{
	text-decoration : none;
}
#footer09_22 a:hover{
	text-decoration : none;
}
#footer09_23{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	padding : 10px 0px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_23 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_23 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_23 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_23 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 0px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_26_background.gif');
	line-height : 1.5;
}
#footer09_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_26 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_26 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_26 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_27{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 10px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_27_background.gif');
	background-repeat : no-repeat;
	background-position : top left;
	line-height : 1.5;
}
#footer09_27 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_27 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_27 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_27 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_28{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 10px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : solid;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_28_background.gif');
	line-height : 1.5;
}
#footer09_28 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_28 a:link{
	text-decoration : none;
	color : #878787;
}
#footer09_28 a:visited{
	text-decoration : none;
	color : #878787;
}
#footer09_28 a:hover{
	text-decoration : none;
	color : #000000;
}
#footer09_29{
	float : left;
	position : relative;
	z-index : 1;
	width : 346px;
	height : 165px;
	font-family : arial;
	font-weight : bold;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top left;
	overflow : visible;
	border-style : none;
	padding : 20px 0px 0px 10px;
	font-size : 10px;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_29_background.gif');
	line-height : 1.5;
}
#footer09_29 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_29 a:link{
	text-decoration : none;
	color : #878787;
}
#footer09_29 a:visited{
	text-decoration : none;
	color : #878787;
}
#footer09_29 a:hover{
	text-decoration : none;
	color : #000000;
}

